Skip to content

Commit f900851

Browse files
committed
Update dependencies in build.gradle and change default Blue ID in Preprocessor.java
1 parent b7735f2 commit f900851

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ compileTestJava {
3838

3939
dependencies {
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

src/main/java/blue/language/preprocess/Preprocessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
public 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;

0 commit comments

Comments
 (0)