Skip to content

Commit

Permalink
cleanup dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: liga-oz <[email protected]>
  • Loading branch information
liga-oz committed Jan 5, 2024
1 parent 6aaf717 commit 6067844
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Change Log
All notable changes to this project will be documented in this file.

## 3.3.3
- [java-security]
- reduce `HybridTokenFactory` logging noise - in case of missing service configuration warn message will be logged just once
- [java-security-test]
- fixes version mismatch issue when jetty BoM is used
- `JwtGenerator` ensures that claims are always in the same order
- [token-client]
- remove httpclient caching from DefaultHttpClientFactory (#1416)

#### Dependency upgrades
- Bump spring.boot.version from 3.2.0 to 3.2.1
- Bump spring.core.version from 6.0.14 to 6.1.2
- Bump log4j2.version from 2.22.0 to 2.22.1
- Bump slf4j.api.version from 2.0.9 to 2.0.10


## 3.3.2
- [java-security]
- add `name` property of service binding as property to OAuth2ServiceConfiguration
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@

<dependencyManagement>
<dependencies>
<!-- To be removed once spring boot updates spring-core dependencies to 6.0.8-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>${spring.core.version}</version>
</dependency>
<!-- Project BOM -->
<dependency>
<groupId>com.sap.cloud.security</groupId>
Expand Down
14 changes: 0 additions & 14 deletions spring-xsuaa-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,6 @@
</properties>

<dependencies>
<!-- TODO remove once spring-boot-parent upadtes logback version-->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.14</version>
<scope>provided</scope>
</dependency>
<!-- TODO remove once spring-boot-parent upadtes logback version-->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand Down

0 comments on commit 6067844

Please sign in to comment.