Skip to content

Commit

Permalink
Update logging implementation to fix security issues and compatibilit…
Browse files Browse the repository at this point in the history
…y with newer Eclipse releases
  • Loading branch information
thomaskrause committed Nov 25, 2024
1 parent b014408 commit 73f3374
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Update some dependencies for better compatibility with newer Java versions
- Update logging implementation to fix security issues and compatibility with newer Eclipse releases

## [3.6.0] - 2021-03-01

Expand Down
2 changes: 1 addition & 1 deletion pepper-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.corpus-tools</groupId>
<artifactId>pepper</artifactId>
<relativePath>../pom.xml</relativePath>
<version>3.6.1</version>
<version>3.7.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pepper-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.corpus-tools</groupId>
<artifactId>pepper</artifactId>
<version>3.6.1</version>
<version>3.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>This project contains the core of Pepper.</description>
Expand Down
2 changes: 1 addition & 1 deletion pepper-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.corpus-tools</groupId>
<artifactId>pepper</artifactId>
<version>3.6.1</version>
<version>3.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pepper-newModule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.corpus-tools</groupId>
<artifactId>pepper-parentModule</artifactId>
<version>3.6.1</version>
<version>3.7.0-SNAPSHOT</version>
<relativePath>../pepper-parentModule/pom.xml</relativePath>
</parent>
<artifactId>pepper-newModule</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pepper-parentModule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.corpus-tools</groupId>
<artifactId>pepper</artifactId>
<version>3.6.1</version>
<version>3.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.corpus-tools</groupId>
<artifactId>pepper</artifactId>
<version>3.6.1</version>
<version>3.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>pepper-framework</module>
Expand Down Expand Up @@ -104,7 +104,7 @@
<!-- versions of dependencies -->
<salt.version>3.4.2</salt.version>
<commons-lang3.version>3.4</commons-lang3.version>
<slf4j.version>1.7.5</slf4j.version>
<slf4j.version>2.0.16</slf4j.version>
<junit.version>4.13.1</junit.version>
<assertj.version>2.4.1</assertj.version>
<mockito.version>1.10.19</mockito.version>
Expand Down

0 comments on commit 73f3374

Please sign in to comment.