Skip to content

Commit

Permalink
Updating logback to 1.5.16
Browse files Browse the repository at this point in the history
This syncs the version of logback with the rest of KIE

Signed-off-by: Jason Porter <[email protected]>
  • Loading branch information
LightGuard committed Jan 29, 2025
1 parent 458ad26 commit dbd1e37
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- A version property must be specified in the format "version.{groupId}", optionally with a suffix to make it unique.
- Version properties must be sorted alphabetically (other form of sorting were found to be unclear and ambiguous).
-->
<version.ch.qos.logback>1.5.13</version.ch.qos.logback>
<version.ch.qos.logback>1.5.16</version.ch.qos.logback>
<version.commons-codec>1.16.1</version.commons-codec>
<version.commons-collections>3.2.2</version.commons-collections>
<version.commons-logging>1.1.1</version.commons-logging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<version.drools>${project.version}</version.drools>
<version.slf4j>1.7.2</version.slf4j>
<version.junit>4.11</version.junit>
<version.logback>1.5.13</version.logback>
<version.logback>1.5.16</version.logback>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<drools-version>${project.version}</drools-version>
<slf4j-version>1.7.2</slf4j-version>
<junit-version>4.11</junit-version>
<logback-version>1.5.13</logback-version>
<logback-version>1.5.16</logback-version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<drools-version>${project.version}</drools-version>
<slf4j-version>1.7.2</slf4j-version>
<junit-version>4.11</junit-version>
<logback-version>1.5.13</logback-version>
<logback-version>1.5.16</logback-version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<drools-version>${project.version}</drools-version>
<slf4j-version>1.7.2</slf4j-version>
<junit-version>4.11</junit-version>
<logback-version>1.5.13</logback-version>
<logback-version>1.5.16</logback-version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit dbd1e37

Please sign in to comment.