Skip to content

Commit 9654cf1

Browse files
authored
Replace deprecated XmlSlurper with groovy.xml.XmlSlurper (#10801)
1 parent 0bba5ef commit 9654cf1

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)