Skip to content

Commit

Permalink
chore(#109): dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Dec 21, 2023
1 parent 581d91d commit b4c9551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sourceSets {

dependencies {
// providedCompile 'org.apache.tomcat:tomcat-servlet-api:8.5.91'
implementation 'org.apache.tomcat:tomcat-servlet-api:10.1.15'
implementation 'org.apache.tomcat:tomcat-servlet-api:10.1.17'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.velocity:velocity-engine-core:2.3'
implementation 'org.apache.commons:commons-text:1.11.0'
Expand All @@ -52,12 +52,12 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.16.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'commons-validator:commons-validator:1.7'
implementation 'commons-validator:commons-validator:1.8.0'
// security updates
implementation 'commons-codec:commons-codec:1.16.0'

// embed tomcat 10
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.16'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.17'

implementation 'co.elastic.logging:jul-ecs-formatter:1.5.0'
implementation 'co.elastic.logging:ecs-logging-core:1.5.0'
Expand Down
2 changes: 0 additions & 2 deletions src/java/org/eurofurence/regsys/web/forms/NavbarForm.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import org.eurofurence.regsys.backend.enums.RoomManagementOption;
import org.eurofurence.regsys.repositories.attendees.Attendee;
import org.eurofurence.regsys.repositories.errors.UnauthorizedException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.util.function.Predicate;

Expand Down

0 comments on commit b4c9551

Please sign in to comment.