Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Q20-19] fixing codefactor issue by updating dependencies #36

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Open
8 changes: 4 additions & 4 deletions quadriga/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<org.slf4j-version>1.7.26</org.slf4j-version>
<org.springframework-version>5.2.9.RELEASE</org.springframework-version>
<spring-security-version>5.4.1</spring-security-version>
<spring-security-version>5.4.11</spring-security-version>
<spring-data.version>Neumann-SR4</spring-data.version>
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
<mongo-version>4.1.0</mongo-version>
Expand Down Expand Up @@ -177,7 +177,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.3</version>
<version>2.12.7.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-core -->
Expand Down Expand Up @@ -277,7 +277,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.4.2.Final</version>
<version>5.4.24.Final</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.thymeleaf/thymeleaf -->
Expand Down Expand Up @@ -416,4 +416,4 @@
</plugins>
</build>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ public void test_validateToken_unauth1_bad_credentials()
tokenResponse.close();
}

}
}