Skip to content

Commit

Permalink
Merge pull request #133 from KRR-Oxford/dependabot/maven/ch.qos.logba…
Browse files Browse the repository at this point in the history
…ck-logback-classic-1.5.8

Bump ch.qos.logback:logback-classic from 1.1.1 to 1.5.8
  • Loading branch information
stefanogermano authored Sep 10, 2024
2 parents 44aeeb8 + 7efa122 commit fae38ae
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion gsat-utils/owl2dlgp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,18 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.13</version>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.16</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit fae38ae

Please sign in to comment.