Skip to content

Commit ba3e310

Browse files
Merge branch 'trunk' into update-renovate-json
2 parents 217b7e1 + 5e3d04f commit ba3e310

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

dotnet/src/webdriver/Internal/Base64UrlEncoder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ namespace OpenQA.Selenium.Internal
2525
{
2626
/*
2727
* Based on: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/6.19.0/src/Microsoft.IdentityModel.Tokens/Base64UrlEncoder.cs
28-
*
28+
*
2929
* Now it is a part of .NET 9+ as System.Buffers.Text.Base64Url
30-
* https://github.com/SeleniumHQ/selenium/issues/14813
30+
* https://github.com/SeleniumHQ/selenium/issues/14813
3131
*/
3232

3333
/// <summary>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Licensed to the Software Freedom Conservancy (SFC) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The SFC licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.

0 commit comments

Comments
 (0)