Skip to content

Commit

Permalink
build(deps): bump the patches group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 2 updates: [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) and [io.freefair.lombok](https://github.com/freefair/gradle-plugins).


Updates `com.nimbusds:nimbus-jose-jwt` from 9.41.1 to 9.41.2
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits)

Updates `io.freefair.lombok` from 8.10 to 8.10.2
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@8.10...8.10.2)

---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: io.freefair.lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 61ef8db commit 4527fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.6'
id 'io.freefair.lombok' version '8.10'
id 'io.freefair.lombok' version '8.10.2'
id 'java'
id 'io.github.itzg.simple-boot-image' version '3.2.1'
// https://github.com/qoomon/gradle-git-versioning-plugin
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'io.fabric8:kubernetes-client:6.13.4'
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.1'
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'

developmentOnly 'org.springframework.boot:spring-boot-devtools'
Expand Down

0 comments on commit 4527fbe

Please sign in to comment.