Skip to content

Commit

Permalink
Use a local version of pug4j:2.2.1-SNAPSHOT as it fixes multithreading
Browse files Browse the repository at this point in the history
This is temporary until the fix from https://github.com/SergiusTheBest/pug4j/tree/multithreading-fix is accepted by the upstream
  • Loading branch information
SergiusTheBest committed Jun 11, 2024
1 parent a1a7d0b commit e101526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ version '1.0-SNAPSHOT'

repositories {
mavenCentral()
mavenLocal()
}

java {
Expand All @@ -26,7 +27,7 @@ dependencies {
exclude module: 'commons-logging'
}

implementation 'de.neuland-bfi:pug4j:2.2.0'
implementation 'de.neuland-bfi:pug4j:2.2.1-SNAPSHOT'
implementation 'de.neuland-bfi:spring-pug4j:3.2.0'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-text:1.11.0'
Expand Down

0 comments on commit e101526

Please sign in to comment.