Skip to content

Commit

Permalink
Update OWASP Java HTML Sanitizer dependency to v20220608.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed Jan 10, 2024
1 parent 003bf24 commit 571a017
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2023 Riccardo Massera (TheCoder4.Eu)
* Copyright 2014-2024 Riccardo Massera (TheCoder4.Eu)
*
* This file is part of BootsFaces.
*
Expand Down
4 changes: 2 additions & 2 deletions javaBuild/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2023 Riccardo Massera (TheCoder4.Eu)
* Copyright 2014-2024 Riccardo Massera (TheCoder4.Eu)
*
* This file is part of BootsFaces.
*
Expand Down Expand Up @@ -124,7 +124,7 @@ dependencies {
compileOnly 'jakarta.el:jakarta.el-api:5.0.1'
compileOnly 'jakarta.faces:jakarta.faces-api:4.0.1'
compileOnly 'jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.1'
compileOnly 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2'
compileOnly 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20220608.1'
testImplementation 'junit:junit:4.11'
testImplementation 'org.mockito:mockito-core:2.0.17-beta'
//testCompile 'junit:junit:4.11'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>owasp-java-html-sanitizer</artifactId>
<version>20211018.2</version>
<version>20220608.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 571a017

Please sign in to comment.