File tree 6 files changed +11
-10
lines changed
6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' idea'
3
3
id ' maven-publish'
4
4
5
- id ' com.jfrog.artifactory' version ' 5.2.0 '
5
+ id ' com.jfrog.artifactory' version ' 5.2.2 '
6
6
id " org.sonarqube" version " 5.0.0.4638"
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ repositories {
11
11
dependencies {
12
12
implementation group : ' com.diffplug.spotless' , name : ' spotless-plugin-gradle' , version : ' 6.25.0'
13
13
implementation group : ' com.srcclr.gradle' , name : ' com.srcclr.gradle.gradle.plugin' , version : ' 3.1.12'
14
+ implementation group : ' org.apache.commons' , name : ' commons-compress' , version : ' 1.25.0'
14
15
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
id ' io.spring.dependency-management' version ' 1.1.5'
6
6
// Spring Boot and Spring Shell versions should stay in sync
7
- id ' org.springframework.boot' version ' 3.2.5 '
7
+ id ' org.springframework.boot' version ' 3.3.1 '
8
8
}
9
9
10
10
version = gradle. version
@@ -21,5 +21,5 @@ dependencies {
21
21
// Spring
22
22
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter'
23
23
// Spring Boot and Spring Shell versions should stay in sync
24
- implementation group : ' org.springframework.shell' , name : ' spring-shell-starter' , version : ' 3.2.5 '
24
+ implementation group : ' org.springframework.shell' , name : ' spring-shell-starter' , version : ' 3.3.1 '
25
25
}
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ dependencies {
8
8
implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.14.0'
9
9
10
10
// Azure service bus dependencies
11
- implementation ' com.azure:azure-messaging-servicebus:7.17.0 '
12
- implementation ' com.azure:azure-identity:1.12.1 '
11
+ implementation ' com.azure:azure-messaging-servicebus:7.17.1 '
12
+ implementation ' com.azure:azure-identity:1.13.0 '
13
13
// Azure dependencies pull in out-of-date, vulnerable io.netty dependencies.
14
14
// If they update them in a future release, this may be removed:
15
- implementation platform(' io.netty:netty-bom:4.1.110 .Final' )
15
+ implementation platform(' io.netty:netty-bom:4.1.111 .Final' )
16
16
17
17
testImplementation ' org.mockito:mockito-junit-jupiter:5.12.0'
18
18
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
8
8
implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.14.0'
9
9
10
10
// Google dependencies
11
- implementation platform(' com.google.cloud:libraries-bom:26.40 .0' ) // use common bom
11
+ implementation platform(' com.google.cloud:libraries-bom:26.42 .0' ) // use common bom
12
12
implementation group : ' com.google.cloud' , name : ' google-cloud-pubsub'
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ dependencies {
18
18
implementation group : ' org.openapitools' , name : ' jackson-databind-nullable' , version : ' 0.2.6'
19
19
20
20
// Spring
21
- implementation group : ' org.springframework' , name : ' spring-context' , version : ' 6.1.8 '
22
- implementation group : ' org.springframework' , name : ' spring-web' , version : ' 6.1.8 '
21
+ implementation group : ' org.springframework' , name : ' spring-context' , version : ' 6.1.10 '
22
+ implementation group : ' org.springframework' , name : ' spring-web' , version : ' 6.1.10 '
23
23
24
24
// Annotations
25
25
implementation group : ' jakarta.annotation' , name : ' jakarta.annotation-api' , version : ' 3.0.0'
@@ -28,7 +28,7 @@ dependencies {
28
28
implementation group : ' org.liquibase' , name : ' liquibase-core' , version : ' 4.28.0'
29
29
30
30
// Google dependencies
31
- implementation platform(' com.google.cloud:libraries-bom:26.40 .0' ) // use common bom
31
+ implementation platform(' com.google.cloud:libraries-bom:26.42 .0' ) // use common bom
32
32
implementation group : ' com.google.cloud' , name : ' google-cloud-pubsub'
33
33
34
34
// File handling during testing
You can’t perform that action at this time.
0 commit comments