Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Sep 12, 2022
1 parent f33e5af commit d976a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.26.0'
classpath 'com.palantir.gradle.revapi:gradle-revapi:1.7.0'
classpath 'com.netflix.nebula:gradle-dependency-lock-plugin:7.0.1'
classpath 'com.palantir.baseline:gradle-baseline-java:4.153.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.163.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.15.0'
classpath 'com.palantir.metricschema:gradle-metric-schema:0.16.0'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
public final class ServerUnderTestApplication {
private ServerUnderTestApplication() {}

@SuppressWarnings("ProxyNonConstantType")
public static UndertowServerExtension createUndertow() {
return UndertowServerExtension.create("/test/api")
.jersey(Reflection.newProxy(AutoDeserializeService.class, new EchoResourceInvocationHandler()))
Expand Down

0 comments on commit d976a4f

Please sign in to comment.