Skip to content

Commit 4442736

Browse files
authoredNov 13, 2024··
chore(deps): update dependency com.jcabi:jcabi-xml to v0.30.1
1 parent b891621 commit 4442736

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
136136
<dependency>
137137
<groupId>com.jcabi</groupId>
138138
<artifactId>jcabi-xml</artifactId>
139-
<version>0.30.0</version>
139+
<version>0.30.1</version>
140140
<scope>test</scope>
141141
</dependency>
142142
<dependency>

‎src/it/saxon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
5858
<dependency>
5959
<groupId>com.jcabi</groupId>
6060
<artifactId>jcabi-xml</artifactId>
61-
<version>0.30.0</version>
61+
<version>0.30.1</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.jcabi</groupId>

‎src/it/xerces/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
6565
<dependency>
6666
<groupId>com.jcabi</groupId>
6767
<artifactId>jcabi-xml</artifactId>
68-
<version>0.30.0</version>
68+
<version>0.30.1</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.