Skip to content

Commit 4914a64

Browse files
authored
update dependencies (#1182)
2 parents 6466c7d + 1b78a0b commit 4914a64

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

dependencies.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ com.github.ben-manes.caffeine:caffeine = 2.9.3
88
com.google.inject.extensions:guice-servlet = 5.1.0
99
com.google.inject:guice = 5.1.0
1010
com.google.re2j:re2j = 1.8
11-
com.netflix.archaius:archaius2-core = 2.8.4
11+
com.netflix.archaius:archaius2-core = 2.8.5
1212
com.netflix.frigga:frigga = 0.26.0
1313
com.netflix.governator:governator = 1.17.13
1414
com.netflix.governator:governator-api = 1.17.13
@@ -19,17 +19,17 @@ io.dropwizard.metrics5:metrics-core = 5.0.0-rc20 # 5.0.0 is a bad version do not
1919
io.micrometer:micrometer-core = 1.14.5
2020
javax.inject:javax.inject = 1
2121
net.openhft:zero-allocation-hashing = 0.16
22-
nl.jqno.equalsverifier:equalsverifier = 3.19.1
22+
nl.jqno.equalsverifier:equalsverifier = 3.19.3
2323
org.apache.logging.log4j:log4j-api = 2.24.3
2424
org.apache.logging.log4j:log4j-core = 2.24.3
2525
org.apache.logging.log4j:log4j-jcl = 2.24.3
2626
org.apache.logging.log4j:log4j-jul = 2.24.3
2727
org.apache.logging.log4j:log4j-slf4j-impl = 2.24.3
2828
org.hsqldb:hsqldb = 2.7.4
29-
org.junit.jupiter:junit-jupiter = 5.12.0
30-
org.junit.platform:junit-platform-launcher = 1.12.0
29+
org.junit.jupiter:junit-jupiter = 5.12.1
30+
org.junit.platform:junit-platform-launcher = 1.12.1
3131
org.slf4j:slf4j-api = 1.7.36
3232
org.slf4j:slf4j-nop = 1.7.36
3333
org.slf4j:slf4j-simple = 1.7.36
34-
software.amazon.awssdk:aws-core = 2.30.38
35-
software.amazon.awssdk:sdk-core = 2.30.38
34+
software.amazon.awssdk:aws-core = 2.31.19
35+
software.amazon.awssdk:sdk-core = 2.31.19

spectator-web-spring/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ plugins {
2222
dependencies {
2323
api project(':spectator-api')
2424
implementation 'org.springframework.boot:spring-boot-autoconfigure:2.7.18'
25-
implementation 'org.springframework:spring-beans:5.3.31'
26-
implementation 'org.springframework:spring-web:5.3.31'
25+
implementation 'org.springframework:spring-beans:5.3.39'
26+
implementation 'org.springframework:spring-web:5.3.39'
2727
implementation 'com.fasterxml.jackson.core:jackson-databind'
2828
}
2929

0 commit comments

Comments
 (0)