Skip to content

Commit a45fe68

Browse files
committed
Merge branch '3.3.x' into 3.4.x
2 parents f229ced + aa7e2fc commit a45fe68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/java/org/springframework/boot/build/antora/Contribution.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2024 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
2020
import java.util.Map;
2121

2222
import org.antora.gradle.AntoraTask;
23-
import org.apache.commons.lang3.StringUtils;
2423
import org.gradle.api.Action;
2524
import org.gradle.api.Project;
2625
import org.gradle.api.artifacts.Dependency;
@@ -30,6 +29,7 @@
3029
import org.gradle.api.tasks.TaskProvider;
3130

3231
import org.springframework.boot.build.AntoraConventions;
32+
import org.springframework.util.StringUtils;
3333

3434
/**
3535
* A contribution to Antora.

0 commit comments

Comments
 (0)