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

Bump ch.qos.logback:logback-core from 1.3.12 to 1.3.15 in /java #2036

Open
wants to merge 1 commit into
base: main
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
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<dependency.guava.version>32.0.0-jre</dependency.guava.version>
<dependency.jackson.version>2.14.0-rc1</dependency.jackson.version>
<dependency.jnr-posix.version>3.1.17</dependency.jnr-posix.version>
<dependency.jnr-unixsocket.version>0.38.20</dependency.jnr-unixsocket.version>

Check warning on line 25 in java/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (unixsocket)

Check warning on line 25 in java/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (unixsocket)
<dependency.junit.version>4.13.2</dependency.junit.version>
<dependency.lombok.version>1.18.20</dependency.lombok.version>
<dependency.logback.version>1.3.12</dependency.logback.version>
<dependency.logback.version>1.3.15</dependency.logback.version>

Check warning on line 28 in java/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (logback)

Check warning on line 28 in java/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (logback)
<dependency.native-lib-loader.version>2.3.5</dependency.native-lib-loader.version>
<dependency.slf4j.version>1.7.32</dependency.slf4j.version>
</properties>
Expand All @@ -47,8 +47,8 @@

<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>

Check warning on line 50 in java/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (unixsocket)
<version>${dependency.jnr-unixsocket.version}</version>

Check warning on line 51 in java/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (unixsocket)
</dependency>

<dependency>
Expand Down Expand Up @@ -89,20 +89,20 @@
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>

Check warning on line 92 in java/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (fasterxml)
<artifactId>jackson-annotations</artifactId>
<version>${dependency.jackson.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>

Check warning on line 98 in java/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (fasterxml)
<artifactId>jackson-core</artifactId>
<version>${dependency.jackson.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>

Check warning on line 104 in java/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (fasterxml)
<artifactId>jackson-databind</artifactId>

Check warning on line 105 in java/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (databind)
<version>${dependency.jackson.version}</version>
</dependency>

Expand Down
Loading