Skip to content

Commit 7785244

Browse files
(do not) Bump version.slf4j from 1.7.36 to 2.0.1 (#2791)
* Bump version.slf4j from 1.7.36 to 2.0.1 Bumps `version.slf4j` from 1.7.36 to 2.0.1. Updates `slf4j-api` from 1.7.36 to 2.0.1 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.7.36...v_2.0.1) Updates `slf4j-simple` from 1.7.36 to 2.0.1 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.7.36...v_2.0.1) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * stick to 1.7.36 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylvain Juge <[email protected]>
1 parent 295a5a7 commit 7785244

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ updates:
4141
# We deliberately want to keep this older version of Byte Buddy for our runtime attach test
4242
versions: ["<=1.9.16"]
4343
- dependency-name: "org.slf4j:slf4j-api"
44-
# A static arbitrary version used within our external plugin test
45-
versions: ["<=1.7.25"]
44+
# A static arbitrary version used within our external plugin test + latest for java 7
45+
versions: ["<=1.7.25", "1.7.36"]
4646
# Since these AWS dependencies are heavy and are being released very frequently, we ignore in the weekly update and update monthly
4747
- dependency-name: "com.amazonaws:aws-java-sdk-s3"
4848
- dependency-name: "com.amazonaws:aws-java-sdk-dynamodb"

apm-agent-plugins/apm-servlet-jakarta-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
<dependency>
6363
<groupId>org.slf4j</groupId>
6464
<artifactId>slf4j-api</artifactId>
65-
<version>1.7.36</version>
65+
<version>${version.slf4j}</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.slf4j</groupId>
6969
<artifactId>slf4j-simple</artifactId>
70-
<version>1.7.36</version>
70+
<version>${version.slf4j}</version>
7171
</dependency>
7272
</dependencies>
7373
</project>

integration-tests/external-plugin-test/plugin-instrumentation-target/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.slf4j</groupId>
2222
<artifactId>slf4j-api</artifactId>
23-
<version>1.7.36</version>
23+
<version>${version.slf4j}</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<version.junit-vintage-engine>5.9.0</version.junit-vintage-engine>
109109
<version.logback>1.2.3</version.logback>
110110
<version.okhttp>4.9.1</version.okhttp>
111+
<!-- this is the last version of slf4j that is compatible with Java 7-->
111112
<version.slf4j>1.7.36</version.slf4j>
112113
<!-- this is the last version of log4j that is compatible with Java 7. Due to a known vulnerability
113114
(https://nvd.nist.gov/vuln/detail/CVE-2020-9488#vulnCurrentDescriptionTitle), the SMTP appender is

0 commit comments

Comments
 (0)