Skip to content

Commit fa11f01

Browse files
committed
Replace deprecated XmlSlurper with groovy.xml.XmlSlurper
1 parent 723c5d9 commit fa11f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/groovy/org/testcontainers/build/ComparePOMWithLatestReleasedTask.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package org.testcontainers.build
22

3+
import groovy.xml.XmlSlurper
34
import org.gradle.api.DefaultTask
45
import org.gradle.api.tasks.Input
56
import org.gradle.api.tasks.TaskAction

0 commit comments

Comments
 (0)