Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade ch.qos.logback:logback-classic from 1.3.14 to 1.5.11 #188

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade ch.qos.logback:logback-classic from 1.3.14 to 1.5.11
Snyk has created this PR to upgrade ch.qos.logback:logback-classic from 1.3.14 to 1.5.11.

See this package in maven:
ch.qos.logback:logback-classic

See this project in Snyk:
https://app.snyk.io/org/itext-ci/project/a9a7aa88-1351-494a-ab9b-0e852b1cb241?utm_source=github&utm_medium=referral&page=upgrade-pr
snyk-bot committed Nov 18, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit 40fb3070e82d99323700526ff143b03a1d46577d
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -89,12 +89,12 @@
<failsafe.version>3.0.0-M3</failsafe.version>
<jacoco.version>0.8.4</jacoco.version>
<java.version>1.8</java.version>
<javadoc-additionalOptions />
<javadoc-additionalOptions/>
<javadoc-link>https://docs.oracle.com/javase/8/docs/api/</javadoc-link>
<javadoc.version>3.7.0</javadoc.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<junitparams.version>1.0.4</junitparams.version>
<logback.version>1.3.14</logback.version>
<logback.version>1.5.11</logback.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.jar.version>3.1.0</maven.jar.version>
@@ -505,7 +505,7 @@
<executions>
<execution>
<id>bundle-manifest</id>
<phase />
<phase/>
</execution>
</executions>
</plugin>
@@ -521,11 +521,11 @@
<executions>
<execution>
<id>default-resources</id>
<phase />
<phase/>
</execution>
<execution>
<id>default-testResources</id>
<phase />
<phase/>
</execution>
</executions>
</plugin>
@@ -555,10 +555,10 @@
</dependencies>
<configuration>
<autoUpdate>false</autoUpdate>
<connectionString />
<connectionString/>
<databaseDriverName>com.mysql.cj.jdbc.Driver</databaseDriverName>
<databasePassword />
<databaseUser />
<databasePassword/>
<databaseUser/>
<format>ALL</format>
</configuration>
<executions>