Skip to content

Commit 1cbebe4

Browse files
renovate[bot]joke1196
authored andcommitted
Update dependency org.sonarsource.parent:parent to v83
1 parent f6b78ea commit 1cbebe4

File tree

1,430 files changed

+1430
-1431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,430 files changed

+1430
-1431
lines changed

docs/python-custom-rules-example/src/main/java/org/sonar/samples/python/CustomPythonRuleRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2024 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2011-2025 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.python;

docs/python-custom-rules-example/src/main/java/org/sonar/samples/python/CustomPythonRulesPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2024 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2011-2025 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.python;

docs/python-custom-rules-example/src/main/java/org/sonar/samples/python/RulesList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2024 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2011-2025 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.python;

docs/python-custom-rules-example/src/main/java/org/sonar/samples/python/checks/CustomPythonSubscriptionCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2024 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2011-2025 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.python.checks;

docs/python-custom-rules-example/src/main/java/org/sonar/samples/python/checks/CustomPythonVisitorCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2024 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2011-2025 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.python.checks;

docs/python-custom-rules-example/src/main/java/org/sonar/samples/python/checks/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2024 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2011-2025 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
@ParametersAreNonnullByDefault

docs/python-custom-rules-example/src/main/java/org/sonar/samples/python/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2024 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2011-2025 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
@ParametersAreNonnullByDefault

docs/python-custom-rules-example/src/test/java/org/sonar/samples/python/CustomPythonRuleRepositoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2024 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2011-2025 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.python;

docs/python-custom-rules-example/src/test/java/org/sonar/samples/python/CustomPythonRulesPluginTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2024 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2011-2025 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.python;

docs/python-custom-rules-example/src/test/java/org/sonar/samples/python/checks/CustomPythonSubscriptionCheckTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2024 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2011-2025 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.python.checks;

0 commit comments

Comments
 (0)