Skip to content

Commit

Permalink
Merge pull request #231 from OndrejKotek/wf35
Browse files Browse the repository at this point in the history
Add jboss-logging 3.6.1 due to compatiblity reasons
  • Loading branch information
kstekovi authored Oct 25, 2024
2 parents d7c2d87 + 0296723 commit a6e2ef1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
<artifactId>creaper-commands</artifactId>
<version>${version.creaper}</version>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>${version.org.jboss.logging.jboss-logging}</version>
</dependency>

<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-dmr</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<version.jgrapht>1.5.1</version.jgrapht>
<version.junit>5.10.0</version.junit>
<version.logback>1.5.11</version.logback>
<version.org.jboss.logging.jboss-logging>3.6.1.Final</version.org.jboss.logging.jboss-logging>
<version.selenium>4.1.2</version.selenium>
<version.slf4j>2.0.12</version.slf4j>
<version.testcontainers>1.20.3</version.testcontainers>
Expand Down

0 comments on commit a6e2ef1

Please sign in to comment.