Skip to content

Commit 25a3397

Browse files
committed
resolved merge conflict
1 parent 94de1b7 commit 25a3397

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

boms/geode-all-bom/src/test/resources/expected-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
<dependency>
416416
<groupId>org.slf4j</groupId>
417417
<artifactId>slf4j-api</artifactId>
418-
<version>2.0.17</version>
418+
<version>2.0.18</version>
419419
</dependency>
420420
<dependency>
421421
<groupId>org.springframework.hateoas</groupId>

build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class DependencyConstraints {
5252
deps.put("shiro.version", "3.0.0")
5353
// GEODE-10583: Pin Bouncy Castle (transitive via shiro-crypto-hash) to a fixed version
5454
deps.put("bouncycastle.version", "1.85")
55-
deps.put("slf4j-api.version", "2.0.17")
55+
deps.put("slf4j-api.version", "2.0.18")
5656
deps.put("jakarta.transaction-api.version", "2.0.1")
5757
deps.put("jboss-modules.version", "1.11.0.Final")
5858
deps.put("jackson.version", "2.21.5")

geode-assembly/src/integrationTest/resources/assembly_content.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ lib/jna-5.11.0.jar
10121012
lib/jna-platform-5.11.0.jar
10131013
lib/joda-time-2.12.7.jar
10141014
lib/jopt-simple-5.0.4.jar
1015-
lib/jul-to-slf4j-2.0.17.jar
1015+
lib/jul-to-slf4j-2.0.18.jar
10161016
lib/log4j-api-2.25.5.jar
10171017
lib/log4j-core-2.25.5.jar
10181018
lib/log4j-jcl-2.25.5.jar
@@ -1044,7 +1044,7 @@ lib/shiro-event-3.0.0.jar
10441044
lib/shiro-hashes-argon2-3.0.0.jar
10451045
lib/shiro-hashes-bcrypt-3.0.0.jar
10461046
lib/shiro-lang-3.0.0.jar
1047-
lib/slf4j-api-2.0.17.jar
1047+
lib/slf4j-api-2.0.18.jar
10481048
lib/snakeyaml-2.5.jar
10491049
lib/snappy-0.5.jar
10501050
lib/spring-aop-6.1.21.jar

geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ jetty-xml-12.0.33.jar
112112
jetty-http-12.0.33.jar
113113
jetty-io-12.0.33.jar
114114
spring-boot-starter-logging-3.3.13.jar
115-
jul-to-slf4j-2.0.17.jar
115+
jul-to-slf4j-2.0.18.jar
116116
jetty-jndi-12.0.33.jar
117117
jetty-util-12.0.33.jar
118-
slf4j-api-2.0.17.jar
118+
slf4j-api-2.0.18.jar
119119
jackson-annotations-2.21.jar
120120
micrometer-observation-1.15.12.jar
121121
spring-jcl-6.1.21.jar

geode-server-all/src/integrationTest/resources/dependency_classpath.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ shiro-crypto-core-3.0.0.jar
111111
shiro-lang-3.0.0.jar
112112
jetty-xml-12.0.33.jar
113113
jetty-http-12.0.33.jar
114-
jetty-io-12.0.33.jar
114+
jetty-io-1git 2.0.33.jar
115115
jetty-jndi-12.0.33.jar
116116
jetty-util-12.0.33.jar
117117
spring-boot-starter-logging-3.3.13.jar
118-
jul-to-slf4j-2.0.17.jar
119-
slf4j-api-2.0.17.jar
118+
jul-to-slf4j-2.0.18.jar
119+
slf4j-api-2.0.18.jar
120120
micrometer-observation-1.15.12.jar
121121
micrometer-commons-1.15.12.jar
122122
LatencyUtils-2.0.3.jar

0 commit comments

Comments
 (0)