Skip to content

Commit 6bcba02

Browse files
Bump slf4j.version from 1.7.21 to 1.7.30 (#391)
Bumps `slf4j.version` from 1.7.21 to 1.7.30. Updates `slf4j-log4j12` from 1.7.21 to 1.7.30 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.7.21...v_1.7.30) Updates `slf4j-api` from 1.6.6 to 1.7.30 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.6.6...v_1.7.30) Updates `jcl-over-slf4j` from 1.6.6 to 1.7.30 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.6.6...v_1.7.30) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 9c08b34 commit 6bcba02

File tree

2 files changed

+2
-2
lines changed
  • hazelcast-integration

2 files changed

+2
-2
lines changed

hazelcast-integration/hibernate-2ndlevel-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.slf4j</groupId>
5151
<artifactId>slf4j-log4j12</artifactId>
52-
<version>1.7.5</version>
52+
<version>1.7.30</version>
5353
</dependency>
5454
</dependencies>
5555
</project>

hazelcast-integration/spring-security/pom.xml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<org.springframework-version>3.2.8.RELEASE</org.springframework-version>
2525
<spring.security.version>3.2.3.RELEASE</spring.security.version>
2626
<org.aspectj-version>1.6.10</org.aspectj-version>
27-
<org.slf4j-version>1.6.6</org.slf4j-version>
27+
<org.slf4j-version>1.7.30</org.slf4j-version>
2828
</properties>
2929

3030
<dependencies>

0 commit comments

Comments
 (0)