Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from admin-ch/feature/update-spring-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
gstoehld authored Dec 14, 2021
2 parents 3404584 + 581d529 commit 621b4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
package ch.admin.bag.covidcertificate.backend.transformation.ws.config;

import ch.admin.bag.covidcertificate.backend.transformation.ws.config.configbeans.ActuatorSecurityConfig;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.actuate.health.HealthEndpoint;
import org.springframework.boot.actuate.info.InfoEndpoint;
Expand Down Expand Up @@ -76,7 +75,6 @@ protected void configure(HttpSecurity http) throws Exception {
http.csrf().ignoringAntMatchers("/actuator/loggers/**");
}

@Autowired
protected void configureGlobal(
AuthenticationManagerBuilder auth, ActuatorSecurityConfig securityConfig)
throws Exception {
Expand Down
4 changes: 2 additions & 2 deletions ch-covidcertificate-backend-transformation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<spring-boot-version>2.5.3</spring-boot-version>
<spring-cloud-sleuth-version>3.0.3</spring-cloud-sleuth-version>
<spring-boot-version>2.6.1</spring-boot-version>
<spring-cloud-sleuth-version>3.1.0</spring-cloud-sleuth-version>
<spring-cloud-connectors-version>2.2.13.RELEASE</spring-cloud-connectors-version>
<testcontainers-version>1.15.2</testcontainers-version>
<shedlock-version>4.24.0</shedlock-version>
Expand Down

0 comments on commit 621b4b5

Please sign in to comment.