File tree Expand file tree Collapse file tree
src/main/java/blue/language/preprocess Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,8 +38,9 @@ compileTestJava {
3838
3939dependencies {
4040 // JUnit Jupiter (JUnit 5)
41- testImplementation(platform(" org.junit:junit-bom:5.9.1 " ))
41+ testImplementation(platform(" org.junit:junit-bom:5.10.2 " ))
4242 testImplementation(" org.junit.jupiter:junit-jupiter" )
43+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
4344 testImplementation(" org.mockito:mockito-core:3.12.4" )
4445
4546 // Jackson
Original file line number Diff line number Diff line change 1818
1919public class Preprocessor {
2020
21- public static final String DEFAULT_BLUE_BLUE_ID = "2X1cv49hWeWPiCmeWkT4j2UdVRjPsUxQJZAcnTm8ev7P " ;
21+ public static final String DEFAULT_BLUE_BLUE_ID = "5r24T2gs9no9mDhjgf4sD6j43JeYSwndXmyMz4H8wSMV " ;
2222
2323 private TransformationProcessorProvider processorProvider ;
2424 private NodeProvider nodeProvider ;
You can’t perform that action at this time.
0 commit comments