Skip to content

Commit

Permalink
Merge pull request #364 from RWS/hotfix/28/CRQ-32296
Browse files Browse the repository at this point in the history
CRQ-32296 : Bumped SLF4J version
  • Loading branch information
ben-gineer authored Jan 17, 2023
2 parents ee744bc + 09f019e commit 980db6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Copyright (c) 2014 All Rights Reserved by the SDL Group.
* <p>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<scala-parser-combinators.version>1.1.1</scala-parser-combinators.version>
<scalatest.version>3.0.8</scalatest.version>
<servlet-api.version>3.1.0</servlet-api.version>
<slf4j.version>1.7.30</slf4j.version>
<slf4j.version>1.7.36</slf4j.version>
<spring.version>5.1.20.RELEASE</spring.version>
<spring-boot.version>2.1.18.RELEASE</spring-boot.version>
<tomcat.version>9.0.62</tomcat.version>
Expand Down Expand Up @@ -136,7 +136,11 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>${logback.version}</version>
</dependency>

<!-- Utility libraries -->
Expand Down

0 comments on commit 980db6a

Please sign in to comment.