Skip to content

Commit

Permalink
Merge branch 'master' into jenkins-75056-pac4j-upgrade-6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajy-dev authored Jan 2, 2025
2 parents bd97393 + 3837f0f commit 8c01f81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.20.2</version>
<version>10.21.0</version>
</dependency>
</dependencies>
<executions>
Expand All @@ -290,7 +290,7 @@
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.46.2</version>
<version>5.47.2</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.jenkins.github.AddTeamToCodeowners</recipe>
Expand All @@ -300,7 +300,7 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-jenkins</artifactId>
<version>0.18.1</version>
<version>0.19.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ private Object applyJMESPath(Expression<Object> expression, Object map) {
@DataBoundSetter
public void setGroupsFieldName(String groupsFieldName) {
this.groupsFieldName = Util.fixEmptyAndTrim(groupsFieldName);
this.groupsFieldExpr = this.compileJMESPath(groupsFieldName, "groups field");
this.groupsFieldExpr = this.compileJMESPath(this.groupsFieldName, "groups field");
}

@DataBoundSetter
Expand Down

0 comments on commit 8c01f81

Please sign in to comment.