Skip to content

Commit

Permalink
Merge pull request #924 from Alfresco/feature/update_to_spring_boot_3…
Browse files Browse the repository at this point in the history
….2.2

Upgrade spring boot to 3.2.2
  • Loading branch information
mstrankowski authored Jan 31, 2024
2 parents c4aaaaa + 7e8ee2a commit ae9cf4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import org.apache.hc.core5.http.ssl.TLS;
import org.apache.hc.core5.ssl.SSLContextBuilder;
import org.eclipse.jetty.client.HttpClient;
import org.eclipse.jetty.client.dynamic.HttpClientTransportDynamic;
import org.eclipse.jetty.client.transport.HttpClientTransportDynamic;
import org.eclipse.jetty.io.ClientConnector;
import org.eclipse.jetty.util.ssl.SslContextFactory;
import org.springframework.beans.factory.annotation.Value;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.7</version>
<version>3.2.2</version>
</parent>

<properties>
Expand Down

0 comments on commit ae9cf4b

Please sign in to comment.